Welcome![Sign In][Sign Up]
Location:
Search - hook keyboard

Search list

[Hook apiHOOK拦截键盘消息

Description: 用HOOK来拦截键盘消息-used to intercept keyboard HOOK news
Platform: | Size: 4076544 | Author: whale | Hits:

[Hook apihookkeylog

Description: 全局钩子,监视所有键盘消息,并且保存到文本文件.详细全面的过程.全部源代码.VC6下编译通过-overall hook, keyboard monitor all news and save text files. Detailed and comprehensive process. All source code. Under compile VC6
Platform: | Size: 18432 | Author: 学习 | Hits:

[Hook apikeyhookzln

Description: 用VB编写的拦截键盘HOOK-VB prepared to intercept keyboard HOOK
Platform: | Size: 3072 | Author: 张乐宁 | Hits:

[Hook apiMouseKeyboardRecord

Description: 使用了系统record Hook可以记录所有鼠标和键盘动作,并可以回放出来,而且可以一步一步的回放-use of the system can record Hook records all keyboard and mouse movements, and can playback, and it can be one of the intervals
Platform: | Size: 25600 | Author: 刘硕 | Hits:

[Button controlkeyboard

Description: 这是一个用Windows API写的屏幕键盘。是很好的编程参考代码。 程序里面有两点新东东:Button的Subclassing,同时自己处理鼠标点击消息; 鼠标的钩子函数-This is a Windows API to write the screen keyboard. Programming is a good reference source. Inside there are two new Wanton : Button Subclassing, while their own mouse clicks news; The hook function mouse
Platform: | Size: 13312 | Author: 胡东 | Hits:

[Hook apiWindowsAPIhook

Description: Windows系统钩子编程示例,包括鼠标、键盘的系统钩子!-Windows Hook programming examples, including the mouse, keyboard system hook!
Platform: | Size: 175104 | Author: 杨先生 | Hits:

[Hook apiKeyHook_demo

Description: Keyboard Hook, This example shows how to write global hooks .This program captures all the Keyboard events and save the keys to a text file-Keyboard Hook, This example shows how to write global hooks .This program captures all the Keyboard events and save the keys to a text file
Platform: | Size: 138240 | Author: Jet Lan | Hits:

[Hook apikayboardhook_hidewindows

Description: 截获键盘消息的钩子,按8隐藏键盘,按9显示键盘,供初学者玩耍,简单易懂-intercepted news hook keyboard, the keyboard hidden by 8 by 9 shows the keyboard, for beginners to play, simple to understand
Platform: | Size: 111616 | Author: gaotao | Hits:

[Hook apiKeyLogDll

Description: 键盘钩子,Delphi hook键盘记录 vc++ hook键盘记录 DLL当然要和启动DLL的EXE文件一起了-keyboard hook, Delphi record vc keyboard hook keyboard hook course record DLL and EXE DLL start together with the documents
Platform: | Size: 64512 | Author: lishengming | Hits:

[Hook apikeyboard_hook

Description: 钩子的使用方法,pdf文件。 windows hook的使用方法。-hook way to use pdf documents. Windows hook used.
Platform: | Size: 1648640 | Author: 宁华波 | Hits:

[Hook apiHook

Description: 设置Hook鼠标和键盘钩子,实现对窗口消息的截获,是通过调用dll实现的-Hook set up the mouse and keyboard hooks realize intercepted messages to the window is realized by calling the dll
Platform: | Size: 1814528 | Author: 田鼠爱布它 | Hits:

[VC/MFCHook

Description: Windows消息在系统及应用程序的运行中起着关键的作用,每一次键盘、鼠标的点击 都会有消息的传递,应用程序通过对消息的响应来实现与用户的交互。钩子(Hook)函数作为Win— dows编程中的一种强有力的工具,可以有效地截获Windows系统内部传递的消息,在消息到达目标窗 1:7的处理函数之前先对消息做出相应处理,从而实现对应用程序的监视与控制。文中描述了Windows 消息的构成,介绍了Hook函数的安装、释放及类型,最后介绍了一个Hook函数实现应用程序操作的 捕捉的实例。-Windows messages in the system and applications running in a critical role to play, every keyboard, mouse clicks, there will be transmission of messages, the application of information in response to realize the interaction with the user. Hook (Hook) function as a Win-dows of a powerful programming tool that can effectively pass intercepted Windows system information in the message window to reach the goal of treatment 1:7 function before treatment of the news and make the corresponding in order to realize the application of surveillance and control. The article describes the Windows message composition, introduction of the Hook function to install, release and type, and finally introduce a function realize Hook applications to capture examples of the operation.
Platform: | Size: 183296 | Author: jiny | Hits:

[Hook apiHOOK

Description: 提供一个键盘HOOK免费下载,吃掉键盘消息.-HOOK keyboard to provide a free download, eat a keyboard message.
Platform: | Size: 5120 | Author: yyzhan1222 | Hits:

[Hook apiHOOK

Description: use hook to block keyboard and taskmgr and clip desktop s view
Platform: | Size: 72704 | Author: lt | Hits:

[Windows DevelopHotKey_API

Description: Hook , keyboard hook example . very helpful
Platform: | Size: 12288 | Author: Fast | Hits:

[CSharpKey-Mouse-Hook

Description: 这个程序提供了C#1.1,2.0,3.5下面的键盘和鼠标钩子,并提供一个模拟键盘和鼠标的示例程序。是不是通过它你就可以开发间谍程序呢?-This procedure provides the following C# 1.1,2.0,3.5 hook the keyboard and mouse, and to provide a simulation example of the keyboard and mouse procedures. Are not through it you can develop spy procedures?
Platform: | Size: 420864 | Author: 林锦祥 | Hits:

[OS programHook

Description: 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中,这样才能被各种相关联的应用程序调用。在WINDOWS中,日志钩子是个很特别的钩子,它只有全局钩子一种,是键盘鼠标等输入设备的消息在系统消息队列被取出时发生的,而且系统中只能存在一个这样的日志钩子,更重要是,它不必用在动态链接库中,这样可以省却了为安装一个全局钩子而建立一个动态链接库的麻烦。利用日志钩子,我们可以监视各种输入事件,下面的示例可以用来记录键盘的输入,当有按键发生时,自动记录按键动作的日期和时间以及当前激活的窗口名称。 根据网上教程编写并调试通过.-WINDOWS hook are message handling mechanism in a point, by installing a variety of hooks, the application can set the appropriate subroutine to monitor the messaging system, as well as the message arrive at these objectives deal with them before the window. A lot of the type of hook, each hook can be intercepted and processed the corresponding message, such as a keyboard hook keyboard can be intercepted message, the mouse can be intercepted mouse message hook, hook shell can be intercepted by the application to start and turn off the message, log hook can monitor and record input case. Hook into thread-specific hook and global hook, thread-specific hook to monitor only the specified thread, it is necessary to monitor the system all the threads must be used in the overall hook. The overall hook, hook function must be included in a separate dynamic-link library (DLL), this can be a variety of applications associated call. In WINDOWS, the log is a very special hook the hook, it is only a
Platform: | Size: 206848 | Author: changyou | Hits:

[Hook apiHookKB

Description: Procedure to hook keyboard in dynamic link library
Platform: | Size: 1024 | Author: NULL | Hits:

[Hook apiHookKey

Description: IRP Hook 键盘Logger源代码 键盘Logger是Hook 键盘类驱动Kbdclass的分发函数,在类驱动的下面是端口驱动。用DeviceTree 可以看到PS/2键盘的端口驱动是i8042prt,USB键盘的端口驱动是Kbdhid。无论是PS/2 键盘还是USB键盘,在端口驱动处理完IRP之后都会调用上层处理的回调函数,即KbdClass 处理输入数据的函数。Hook 这个回调函数,不但可以实现兼容PS/2 键盘和USB 键盘的Logger,而且比分层驱动的方法更加隐蔽。-IRP Hook Keyboard Logger Keyboard Logger is the source code for Hook the keyboard class driver Kbdclass distribution function, the following is in the class-driven port driver. DeviceTree can be seen with the PS/2 keyboard port driver is i8042prt, USB keyboard port driver is Kbdhid. Both PS/2 keyboard or USB keyboard, processing the IRP in the port driver will be called after the callback function of the upper handle, that is KbdClass processing the input data function. Hook This callback function can be achieved not only compatible with PS/2 keyboard and USB keyboard Logger, and the score-driven approach is more hidden layers.
Platform: | Size: 57344 | Author: ithurricane | Hits:

[Hook apikeyboardlogger

Description: inline hook 可以实现兼容PS/2键盘和USB键盘的Logge 源代码 键盘Logger是Hook 键盘类驱动Kbdclass的分发函数,在类驱动的下面是端口驱动。用DeviceTree 可以看到PS/2键盘的端口驱动是i8042prt,USB键盘的端口驱动是Kbdhid。无论是PS/2 键盘还是USB键盘,在端口驱动处理完IRP之后都会调用上层处理的回调函数,即KbdClass 处理输入数据的函数。Hook 这个回调函数,不但可以实现兼容PS/2 键盘和USB 键盘的Logger,而且比分层驱动的方法更加隐蔽。-inline hook can be achieved is compatible with PS/2 keyboard and USB keyboard Logge source code for the keyboard Hook Keyboard Logger is a class driver Kbdclass distribution function, the following is in the class-driven port driver. DeviceTree can be seen with the PS/2 keyboard port driver is i8042prt, USB keyboard port driver is Kbdhid. Both PS/2 keyboard or USB keyboard, processing the IRP in the port driver will be called after the callback function of the upper handle, that is KbdClass processing the input data function. Hook This callback function can be achieved not only compatible with PS/2 keyboard and USB keyboard Logger, and the score-driven approach is more hidden layers.
Platform: | Size: 62464 | Author: ithurricane | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net